home *** CD-ROM | disk | FTP | other *** search
/ Maclife 157 / MACLIFE157-2001-09.ISO.7z / MACLIFE157-2001-09.ISO / Linux / MacOS Tools / BootX 1.2.2 / Sources / src / miboot / nr_wrapper.h < prev   
Text File  |  2001-07-23  |  168b  |  9 lines

  1. #ifndef __NR_WRAPPER_H__
  2. #define __NR_WRAPPER_H__
  3.  
  4. #include <NameRegistry.h>
  5.  
  6. extern OSStatus    init_nr_wrappers(void);
  7. extern OSStatus    dispose_nr_wrappers(void);
  8.  
  9. #endif